//==============================================================================
// hippolyta_anim.txt
//==============================================================================
//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          Visualparticle sfx a blood spurt
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual archer g amazon_idleA
					replacetexture hero g Hippolyta head standard/amazon head
				        ReplaceTexture hero g Hippolyta/amazon
				}
			}
		}
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual archer g amazon_boredA
					replacetexture hero g Hippolyta head standard/amazon head
					ReplaceTexture hero g Hippolyta/amazon
				}
			}
		}
   }
}

//==============================================================================
anim rangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual archer g amazon_attackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.60 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.77 false Arrow checkVisible 
//-- end auto generated section
           			 replacetexture hero g Hippolyta head standard/amazon head
				ReplaceTexture hero g Hippolyta/amazon
         }
      }
   }
}

//==============================================================================
anim death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual archer g amazon_deathA
		replacetexture hero g Hippolyta head standard/amazon head
				ReplaceTexture hero g Hippolyta/amazon
                                Connect TopOfHead Blood hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
		ContainLogic
		SetSelector
		{
			set hotspot
			{
				version
				{
					Visual archer g amazon_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.30 true   
                  tag FootstepRight 0.80 true   
//-- end auto generated section
					replacetexture hero g Hippolyta head standard/amazon head
					ReplaceTexture hero g Hippolyta/amazon
				}
			}
		}
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual archer g amazon_flailA
          			 replacetexture hero g Hippolyta head standard/amazon head
				ReplaceTexture hero g Hippolyta/amazon
                                Connect TopOfHead Blood hotspot
         }
      }
   }
}
